Song Scraper
Create an instance of the PyScrappy library to interact with the class SongScraper:
Song#
soundcloud_scrapper()#Helps in scraping music data fromsoundcloud.
Return type#
pandas.DataFrameParameters#
track_name: Enter the name of track or artist or any keyword associated with soundcloud.
Type: strn_pages: Enter the number of pages you want to scrape the data of.
Type: intNote#
Make sure the
track_valueis a legitimate keyword with actual search results.obj = PyScrappy.SongScrapper()obj.soundcloud_scrapper(track_name, n_pages)